Conversation
… analytics Add 24 PAAS tools from paas.mcp.atxp.ai under the `atxp paas` namespace: Worker commands: - atxp paas worker deploy/list/logs/delete Database commands: - atxp paas db create/list/query/delete Storage commands: - atxp paas storage create/list/upload/download/files/delete-bucket/delete-file DNS commands: - atxp paas dns add/list/record create/list/delete/connect Analytics commands: - atxp paas analytics query/events/stats Includes comprehensive tests for all commands (59 new tests). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
paas.mcp.atxp.aiunder theatxp paasnamespaceCommands Added
Worker commands:
atxp paas worker deploy <name> --code <file>- Deploy a serverless workeratxp paas worker list- List all deployed workersatxp paas worker logs <name>- Get worker logsatxp paas worker delete <name>- Delete a workerDatabase commands:
atxp paas db create <name>- Create a D1 databaseatxp paas db list- List all databasesatxp paas db query <db> --sql <query>- Execute SQL queryatxp paas db delete <name>- Delete a databaseStorage commands:
atxp paas storage create <name>- Create an R2 bucketatxp paas storage list- List all bucketsatxp paas storage upload <bucket> <key> --file <path>- Upload a fileatxp paas storage download <bucket> <key>- Download a fileatxp paas storage files <bucket>- List files in bucketatxp paas storage delete-bucket <name>- Delete a bucketatxp paas storage delete-file <bucket> <key>- Delete a fileDNS commands:
atxp paas dns add <domain>- Add a domainatxp paas dns list- List domainsatxp paas dns record create/list/delete- Manage DNS recordsatxp paas dns connect <domain> <worker>- Connect domain to workerAnalytics commands:
atxp paas analytics query --sql <query>- Query analytics dataatxp paas analytics events- List analytics eventsatxp paas analytics stats- Get analytics statisticsTest plan
npm run typecheck)npm test)🤖 Generated with Claude Code